ComponentOne Xamarin Edition
RemoveAsync Method (C1EditableCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1EditableCollectionView<T> Class : RemoveAsync Method
The index.
Removes the item at the specified index from the collection.
Syntax
[AsyncStateMachine(C1.CollectionView.C1EditableCollectionView`1+d__19[T])] 
public override Task RemoveAsync( 
   int index 
)

Parameters

index
The index.
See Also

Reference

C1EditableCollectionView<T> Class
C1EditableCollectionView<T> Members